'Declaration Public Function New( _
ByVal mprImageMPR image.As MprImage, _
ByVal locationLocation of the MPR curvilinear slice.As Vintasoft.Imaging.VintasoftPoint3D, _
ByVal xAxisThe X-axis direction vector of the MPR curvilinear slice.As Vintasoft.Imaging.VintasoftVector3D, _
ByVal curvePointsX-axis curve points of the MPR curvilinear slice.() As Vintasoft.Primitives.VintasoftPoint, _
ByVal yAxisThe Y-axis direction vector of the MPR curvilinear slice.As Vintasoft.Imaging.VintasoftVector3D, _
ByVal heightHeight of the MPR curvilinear slice.As Double _
)
public MprCurvilinearSlice(
MprImage mprImage,
Vintasoft.Imaging.VintasoftPoint3D location,
Vintasoft.Imaging.VintasoftVector3D xAxis,
Vintasoft.Primitives.VintasoftPoint[] curvePoints,
Vintasoft.Imaging.VintasoftVector3D yAxis,
double height
)
public: MprCurvilinearSlice(
MprImage* mprImage,
Vintasoft.Imaging.VintasoftPoint3D location,
Vintasoft.Imaging.VintasoftVector3D xAxis,
Vintasoft.Primitives.VintasoftPoint[]* curvePoints,
Vintasoft.Imaging.VintasoftVector3D yAxis,
double height
)
public:
MprCurvilinearSlice(
MprImage^ mprImage,
Vintasoft.Imaging.VintasoftPoint3D location,
Vintasoft.Imaging.VintasoftVector3D xAxis,
array<Vintasoft.Primitives.VintasoftPoint>^ curvePoints,
Vintasoft.Imaging.VintasoftVector3D yAxis,
double height
)
Parameters
- mprImage
- MPR image.
- location
- Location of the MPR curvilinear slice.
- xAxis
- The X-axis direction vector of the MPR curvilinear slice.
- curvePoints
- X-axis curve points of the MPR curvilinear slice.
- yAxis
- The Y-axis direction vector of the MPR curvilinear slice.
- height
- Height of the MPR curvilinear slice.